home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / display.arc / ACT.DOC < prev    next >
Encoding:
Text File  |  1990-12-30  |  1.1 KB  |  37 lines

  1.  
  2.                              Action Graphics
  3.                            by Stephen P. Clark
  4.  
  5. This program produces pseudo-animated graphics on an IBM-PC or compatible 
  6. with a color EGA or VGA display subsystem. It accomplishes this by first 
  7. displaying the picture, then rotating the last eight colors continuously.
  8.  
  9. To start the animation, do the following:
  10.  
  11.      act waterfal.act
  12.             or
  13.      act spin.act
  14.  
  15. To terminate, press the ENTER key.
  16.  
  17. The graphics include the Atari Waterfall, seen in many stores as a demo, and 
  18. a pair of spinning balls. Both of these came from a Tandy Color Computer 
  19. OS-9 system originally. The files are 32018 bytes long each. 
  20.  
  21. Ths source code (in C, Microsoft Quick C 2.0) is included for those 
  22. interested. 
  23.  
  24. Files in this set:
  25.  
  26.           ACT.EXE          The Executable Program
  27.           ACT.C            Source Code
  28.           ACT.DOC          This documentation File
  29.           WATERFAL.ACT     The Atari Waterfall Graphic
  30.           SPIN.ACT         Spinning Ball Graphic
  31.  
  32.  Stephen P. Clark
  33.  Compuserve: 73135,1204
  34.  Delphi:     STEVECLARK
  35.  November 18, 1989
  36.  
  37.